In front of a period of time only Cocos2d-x in IOS platform development, learning Cocos2d-x is not for his cross-platform features? Therefore, we must also master the development under Android, In order to detonate the cross-platform characteristics of Cocos2d-x, play its biggest strengths.
Cocos2d-x version development is very fast, and in the development environment of Android + Eclipse configuration supe
Configure the Android NDK development environment in Mac OS X
1. Before reading the following, make sure that the development environment of your Android sdk has been set up, and the ADT should be the latest.
2. download the latest ndk at http://developer.android.com/tools/sdk/ndk/index.html.
3. decompress the download
following:Export Java_home=/library/java/home (Remove comments)Export hadoop_heapsize=2000 (Remove comments)Export hadoop_opts= "-djava.security.krb5.realm=ox. ac.uk-djava.security.krb5.kdc=kdc0.ox.ac.uk:kdc1.ox.ac.uk "(Remove comments)Note that the third configuration is best configured on OS X, otherwise it will be reported as "unable to load realms info from Scdynamicstore". Configure Core-site.xml Conf
following:Export Java_home=/library/java/home (Remove comments)Export hadoop_heapsize=2000 (Remove comments)Export hadoop_opts= "-djava.security.krb5.realm=ox. ac.uk-djava.security.krb5.kdc=kdc0.ox.ac.uk:kdc1.ox.ac.uk "(Remove comments)Note that the third configuration is best configured on OS X, otherwise it will be reported as "unable to load realms info from Scdynamicstore". Configure Core-site.xml Conf
)Mysql>create database phplampdb;Authorizes the Phplamp user to have all the permissions of the Phplamp database.>grant all privileges in phplampdb.* to [e-mail protected] identified by ' 1234 ';Refresh System Permissions TableMysql>flush privileges;Mysql> Other operationsIf you want to specify partial permissions to a user, you can write:Mysql>grant select,update on phplampdb.* to [e-mail protected] identified by ' 1234 ';Refreshes the System permissions table.Mysql>flush privileges;3. Delete t
create a database for the user (phplampdb)Mysql>create database phplampdb;Authorizes the Phplamp user to have all the permissions of the Phplamp database.>grant all privileges in phplampdb.* to [e-mail protected] identified by ' 1234 ';Refresh System Permissions TableMysql>flush privileges;Mysql> Other operationsIf you want to specify partial permissions to a user, you can write:Mysql>grant select,update on phplampdb.* to [e-mail protected] identified by ' 1234 ';Refreshes the System permission
Introduction: This is a detailed page for configuring Apache + PHP + MySql in Mac OS X. It introduces the related knowledge, skills, experience, and some PHP source code.
Class = 'pingjiaf' frameborder = '0' src = 'HTTP: // biancheng.dnbc?info/pingjia.php? Id = 344026 'rolling = 'no'>
Mac OS X has built-in Apache and PHP, which is very convenient to use. This article takes Mac
Firefox OS phone delay in the domestic large-scale listing, now can buy the Firefox OS mobile phone domestic on a Firefox OS ZET OPEN C, but this phone configuration is not as good as the price is not affordable, For our Firefox OS enthusiasts is really a torment of waiting and choice, but today I want to tell you that
登录phpMyAdmin时输入密码
$cfg[‘Servers‘][$i][‘AllowNoPassword‘] = false;
This will allow you to http://localhost/phpmyadmin access the phpMyAdmin. You will see a prompt "Unable to load the mcrypt extension, please check your PHP configuration." (The MCrypt extension is missing. Please check your PHP configuration.) ", this will involve installing the mcrypt extension in the next section.
Configuring PHP's MCrypt ExtensionMCrypt is a powerful encryption algorithm extension library, which includes
Label:This is a super detailed configuration of Mac OS under the Php+mysql+apache article. Very detailedMost of my configuration is to refer to the above content, for example, PHP can not connect to the database, is to change the default php.ini in the Pdo_mysql.default_socket "because now all use PDO." No MySQL connection library. "Because I am using navicat, so to phpmyadmin that piece of configuration is not very concerned about. However, the insta
~ / .zshrc #Reload the changed zshrc file
ssh-to-username #Using alias, one command can log in to your ssh server
If your local terminal is using ITERM2 also can add the profile implementation of one-click login, the specific steps here skip
You may also like the following articles about SSH, please refer to below:
The whole process of configuring SSH service under Ubuntu and problem solving http://www.linuxidc.com/Linux/2011-09/42775.htm
How to inst
Configure remote Linux Server SSH key authentication for automatic logon in Mac OS X1. Create a public key on the local machine
Open the omnipotent terminal, execute the following command, ignore all output, and press ENTER happily.
ssh-keygen -t rsa -C 'your email@domain.com'
-T specifies the key type. The default value is rsa, which can be omitted.-C: Set the comment text, such as your mailbox.2. Copy th
Http://www.myexception.cn/operating-system/1636963.htmlThe steps are as follows:1. Start Terminal Terminal (if you already have a. bash_profile file under the current User folder, skip directly to 5)2. Go to the current user's HOME directory (command line input echo $HOME)3. Create a. Bash_profile (command line Input touch. Bash_profile)4. Open the. bash_profile file (command line input open-e. bash_profile)5. Edit the. bash_profile fileEnter in the. bash_profile fileExport path=/users/jiandan/d
The previous Mac OS X Leopard: configuration of Apache, PHP, SQLite, MySQL, and phpMyAdmin (1) describes the Apache and PHP settings built in leopard, here we will introduce the installation and configuration of MySQL and phpMyAdmin, because these are not the leopard built-in software (the leopard server has built-in MySQL), so there will be some problems, here I will provide a solution to the main problems.
Iii. MySQLIf you are running the
Record several scripts for later viewing
Diff-wrap.py:
#! /Usr/bin/env python
Import sys
Import OS
# Configure your favorite three-way diff program here.
DIFF3 = "/Applications/DiffMerge. app/Contents/MacOS/DiffMerge"
# Subversion provides the paths we need as the last three parameters.
LABEL_LEFT = sys. argv [-5]
LABEL_RIGHT = sys. argv [-3]
FILE_LEFT = sys. argv [-2]
FILE_RIGHT = sys. argv [-1]
# Call th
Respect the author, support the original, if you need to reprint, please attach the original address: http://blog.csdn.net/libaineu2004/article/details/46234079With QT development under Mac OS X, QT libraries and compilers need to be configured. The compiler can only use clang that Apple has developed on its own.1, respectively download and install Xcode and command line Tools (must be installed), after installation, clang.https://developer.apple.com/
", Opened the configure virtual host file httpd-vhost.conf, configure the virtual host. Note that two virtual hosts are enabled for this file by default:In fact, these two virtual hosts do not exist. when no other virtual hosts are configured, the following prompt may appear when accessing localhost:ForbiddenYou don‘t have permission to access /index.php on this serverThe simplest way is to add # in front o
, just run"sudo chown -R mysql /usr/local/mysql/data"..
.0.0.1. The reason is that php searches for the connection by default./var/mysql/mysql.sockBut MYSQL for MAC changed the file location and put it under/tmp..The solution is to modify php. ini as follows:
mysql.default_socket = /tmp/mysql.sock
.Using phpMyAdmin to manage MySQL is a very effective way to verify the effect of the previous steps.Extension
.However, the installation in Mac OS X is not
Configure C # compiling and running environment for Sublime Text 2 in OS X
Sublime Text 2 is an extremely sexy tool for programmers. In her work, she modified some code segments and gradually replaced the text editor in the operating system. ST2 is a paid software priced at $70.00. You can try it out without a registered version. She is highly scalable and supports multiple development languages. However, t
The installation configuration of Apache, PHP, and MySQL is introduced in the first two sections. The installation of phpMyAdmin is more like the installation of a PHP application. I will install a wiki or CMS system later.
See:
Mac OS X Leopard: Configure Apache, PHP, SQLite, MySQL, and phpMyAdmin (1)
Mac OS X Leopard: Confi
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.